Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit e89912cedf137cae33aa7e7a0cd6492b322a253c


Parents : 035d966
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-11-24T16:55:28+01:00

Updated build

Changes

2 files changed, 2 insertions(+), 3 deletions(-)

M Makefile +1 -1
M setup.py +1 -2

Diff

diff --git a/Makefile b/Makefile
index 27f96ae..39f74ad 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ build_wheel:
python3 setup.py sdist bdist_wheel
rm ./skip_extensions
-@(rm ./LXST/*.so)
- -@(rm ./LXST/*.dll)
+ -@(rm ./LXST/*.pyd)
native_libs:
./march_build.sh

diff --git a/setup.py b/setup.py
index eb5413e..30882e4 100644
--- a/setup.py
+++ b/setup.py
@@ -35,8 +35,7 @@ package_data = {
"Filters.h",
"Filters.c",
"filterlib*.so",
- "filterlib*.dll",
- "filterlib*.dylib",
+ "filterlib*.pyd",
]
}


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────